home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / ctenari / ShiCola / CodePad37.exe / $INSTDIR / Syntax Definitions / vhdl.def < prev    next >
Encoding:
Text File  |  2003-10-17  |  3.7 KB  |  133 lines

  1. object TPersHolder
  2.   P.Name = 'VHDL'
  3.   P.Extensions.Strings = (
  4.     'VHDL files (*.vhd)|*.vhd')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       FIText = 9
  10.       FIIntNum = 3
  11.       FIFloatNum = 4
  12.       FIHexNum = 3
  13.       FIIdentifier = 5
  14.       UseComments = True
  15.       UseSingleLineComments = True
  16.       UseStrings = True
  17.       UseSingleLineStrings = True
  18.       UseNumbers = True
  19.       UseIdentifiers = True
  20.       UseKeywords = True
  21.       BlockDelimiters = <>
  22.       SingleLineCommentDelimiters = <
  23.         item
  24.           FontID = 10
  25.           LeftDelimiter = '--'
  26.         end>
  27.       SingleLineStringDelimiters = <
  28.         item
  29.           FontID = 2
  30.           LeftDelimiter = '"'
  31.           RightDelimiter = '"'
  32.         end>
  33.       KeywordSets = <
  34.         item
  35.           FontID = 6
  36.           Name = 'keywords'
  37.           Keywords = 
  38.             'abs,access,after,alias,all,and,architecture,array,assert,attribu' +
  39.             'te,begin,block,body,buffer,bus,case,component,configuration,cons' +
  40.             'tant,disconnent,downto,else,elsif,end,entity,exit,file,for,funct' +
  41.             'ion,generate,generic,group,guarded,if,impure,in,inertial,inout,i' +
  42.             's,label,library,linkage,literal,loop,map,mod,nand,new,next,nor,n' +
  43.             'ull,of,on,open,or,others,out,package,port,postponed,procedure,pr' +
  44.             'ocess,pure,range,record,register,reject,rem,report,return,rol,ro' +
  45.             'r,select,severity,signal,sla,sll,sra,srl,subtype,then,to,transpo' +
  46.             'rt,type,unaffected,units,until,use,variable,wait,when,while,with' +
  47.             ',xnor,xor'
  48.         end
  49.         item
  50.           FontID = 8
  51.           Name = 'datatypes'
  52.           Keywords = 
  53.             'bit,bit_vector,boolean,file,character,integer,natural,positive,r' +
  54.             'eal,severity_level,signed,std_logic,std_logic_vector,std_ulogic,' +
  55.             'std_ulogic_vector,string,time,unsigned'
  56.         end>
  57.     end>
  58.   P.FontTable = <
  59.     item
  60.       FontID = 2
  61.       GlobalAttrID = 'String'
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clMaroon
  64.       Font.Height = -13
  65.       Font.Name = 'Courier New'
  66.       Font.Style = []
  67.     end
  68.     item
  69.       FontID = 3
  70.       GlobalAttrID = 'Integer'
  71.       Font.Charset = DEFAULT_CHARSET
  72.       Font.Color = clGreen
  73.       Font.Height = -13
  74.       Font.Name = 'Courier New'
  75.       Font.Style = []
  76.     end
  77.     item
  78.       FontID = 4
  79.       GlobalAttrID = 'Float'
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clGreen
  82.       Font.Height = -13
  83.       Font.Name = 'Courier New'
  84.       Font.Style = []
  85.     end
  86.     item
  87.       FontID = 5
  88.       GlobalAttrID = 'Identifier'
  89.       Font.Charset = DEFAULT_CHARSET
  90.       Font.Color = clBlack
  91.       Font.Height = -13
  92.       Font.Name = 'Courier New'
  93.       Font.Style = []
  94.     end
  95.     item
  96.       FontID = 6
  97.       GlobalAttrID = 'Reserved words'
  98.       Font.Charset = DEFAULT_CHARSET
  99.       Font.Color = clBlue
  100.       Font.Height = -13
  101.       Font.Name = 'Courier New'
  102.       Font.Style = []
  103.     end
  104.     item
  105.       FontID = 8
  106.       GlobalAttrID = 'Defines'
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clGreen
  109.       Font.Height = -13
  110.       Font.Name = 'Courier New'
  111.       Font.Style = []
  112.     end
  113.     item
  114.       FontID = 9
  115.       GlobalAttrID = 'Plain Text'
  116.       Font.Charset = DEFAULT_CHARSET
  117.       Font.Color = clBlack
  118.       Font.Height = -13
  119.       Font.Name = 'Courier New'
  120.       Font.Style = []
  121.     end
  122.     item
  123.       FontID = 10
  124.       GlobalAttrID = 'Comment'
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clGray
  127.       Font.Height = -13
  128.       Font.Name = 'Courier New'
  129.       Font.Style = [fsItalic]
  130.     end>
  131.   P.SyntaxVersion = 3
  132. end
  133.